Method GetSqlPreviewAsync<TProps>(TreeQueryContext<TProps>)

Assembly: redb.Core.dll

Returns SQL query for tree search that will be executed (for debugging)

public virtual Task<string> GetSqlPreviewAsync<TProps>(TreeQueryContext<TProps> context) where TProps : class, new()